home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr26
/
netprog.zip
/
NETPROG.TAR
/
rmt
/
Makefile
next >
Wrap
Makefile
|
1989-12-17
|
161b
|
16 lines
#
CFLAGS = -O
MYLIB = ../libnet.a
all: rmtd
#
rmtd: rmtd.o $(MYLIB)
cc $(CFLAGS) -o $@ rmtd.o $(MYLIB)
#
clean:
-rm -f *.o core a.out temp*.* myrmt rmtd